home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1443.dms / var1443.adf / FILE_ID.DIZ < prev    next >
Text File  |  1992-09-02  |  924b  |  15 lines

  1. ^+ V1443 HCE v1.0 (AB)
  2. C Compiler envirenment for the Amiga.  HCE first started out as a stand
  3. alone text editor for programmers which was capable of compiling C source
  4. codes from within the editor.  This was done by running a PD compiler such
  5. as the ZC compiler from the editor and passing the source code filename.
  6. But this had its down sides such as all error messages would go to the CLI,
  7. you had to save the source code before you could compile it, the compiler
  8. did not check memory as it compiled and would on occasions crash, not very
  9. pleasant!.  Then I came across the HCC compiler by Detlef Wuerkner from
  10. fish disk 508, which came with source and could compile itself!.  I decided
  11. to modify the Compiler and the Editor source codes so as to be able to
  12. combine the two and make a single program, 'HCE'.  It started off with many
  13. bugs but eliminated the bad memory management and other side effects.  By
  14. Jason Petty.
  15.